home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / xulrunner-1.9.0.14 / chrome / toolkit.jar / content / mozapps / update / incompatible.xul < prev    next >
Encoding:
Extensible Markup Language  |  2007-05-23  |  1.2 KB  |  41 lines

  1. <?xml version="1.0"?>
  2.  
  3.  
  4. <!DOCTYPE dialog [
  5. <!ENTITY % incompatibleDTD SYSTEM "chrome://mozapps/locale/update/incompatible.dtd">
  6. <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
  7. %incompatibleDTD;
  8. %brandDTD;
  9. ]>
  10.  
  11. <?xml-stylesheet href="chrome://global/skin/"?>
  12. <?xml-stylesheet href="chrome://mozapps/content/update/updates.css"?>
  13. <?xml-stylesheet href="chrome://mozapps/skin/update/updates.css"?>
  14.  
  15. <dialog id="incompatible"
  16.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  17.         style="width: 35em;"
  18.         buttons="cancel"
  19.         defaultButton="cancel"
  20.         buttonlabelcancel="&closebutton.label;"
  21.         title="&incompatible.title;"
  22.         onload="init();">
  23.  
  24.   <script type="application/javascript" 
  25.           src="chrome://mozapps/content/update/incompatible.js"/>
  26.           
  27.   <stringbundle id="updateBundle" 
  28.                 src="chrome://mozapps/locale/update/updates.properties"/>
  29.   
  30.   <label>&incompatible.intro;</label>
  31.   <separator/>
  32.   <listbox id="incompatibleItems" rows="5"/>
  33.   <separator/>
  34.   <label>&incompatible.update;</label>        
  35.   <separator class="thin"/>
  36.   <label class="bold">&incompatible.suffix;</label>        
  37.   <separator/>
  38.  
  39. </dialog>
  40.  
  41.